โ– humdrum codex / glint v1.0.2
license AGPL-3.0
1.0 KB raw
id
TASK-027
title
Mouse drag-select in the editor
status
๐ŸŸฆ Backlog
assignee
created_date
2026-06-29 23:21
labels
feature
dependencies
priority
medium
ordinal
27000

Description

Implement in-app text selection by mouse: press to anchor, drag (MouseActionMotion) to extend, release to finish โ€” mirroring Shift+arrow selection (respects soft-wrap via MoveToVisual). Currently handleMouse only moves the cursor on left click; there is no drag handling. Also fix the docs/help which already list mouse select as if it works (README Keys table + any in-app help).

Acceptance Criteria